home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / HyperCard BBS / Sysop Help / card_7462.txt < prev    next >
Encoding:
Text File  |  1988-08-11  |  2.3 KB  |  106 lines

  1. -- card: 7462 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2658
  5. -- name: Section 236
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 4000
  11. -- rect: left=310 top=77 right=94 bottom=464
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: 4000
  25. -- rect: left=346 top=192 right=205 bottom=490
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: 4000
  39. -- rect: left=377 top=314 right=326 bottom=469
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part 6 (button)
  51. -- low flags: 00
  52. -- high flags: A003
  53. -- rect: left=124 top=298 right=320 bottom=279
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Go to User Help Stack
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go to "User Help"
  65.   if the short name of this stack is not "User Help" then
  66.     answer "Couldn't find User Help stack." with "OK"
  67.   end if
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part contents for background part 13
  73. ----- text -----
  74. ?
  75.  
  76. -- part contents for background part 28
  77. ----- text -----
  78. Introduction
  79. Setting up the BBS
  80. Running the BBS
  81. BBS Internals
  82. Appendices
  83.  
  84. -- part contents for background part 29
  85. ----- text -----
  86. Overview
  87. 1a: Hardware Pieces
  88. 1b: Software Pieces
  89. 2: Assembly
  90. 3: Customizing
  91.  
  92. -- part contents for background part 30
  93. ----- text -----
  94. HyperBBS Home Stack
  95. UserList Stack
  96. Hyper House Stack
  97. Message Stack
  98. Sysop Help Stack
  99. User Help Stack
  100.  
  101. -- part contents for background part 12
  102. ----- text -----
  103.  
  104. This User Help Stack provides on-line help for people calling the BBS. It is a very extensive help system for users as opposed to Sysops.
  105.  
  106. Besides being useful from the dial-in user's point of view, it is also viewable from HyperCard directly. If you haven't used HyperBBS before, you should read through the User Help Stack before setting up a BBS.